object UninstallForm: TUninstallForm Left = 500 Top = 154 BorderIcons = [] BorderStyle = bsDialog Caption = 'Visual IRC' ClientHeight = 423 ClientWidth = 374 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 96 Width = 361 Height = 49 Shape = bsFrame end object Bevel2: TBevel Left = 8 Top = 160 Width = 361 Height = 49 Shape = bsFrame end object Bevel3: TBevel Left = 8 Top = 224 Width = 361 Height = 153 Shape = bsFrame end object Label2: TLabel Left = 40 Top = 112 Width = 292 Height = 26 Caption = 'Do this if you don'#39't plan to use ViRC again. The only traces of ' + 'ViRC left behind will be files that you created or downloaded.' Transparent = True WordWrap = True end object Label3: TLabel Left = 40 Top = 176 Width = 313 Height = 26 Caption = 'Do this if you might use ViRC again and you want to use the same' + ' settings.' Transparent = True WordWrap = True end object Label4: TLabel Left = 40 Top = 240 Width = 312 Height = 39 Caption = 'Do this if you want to keep some settings and delete others - if' + ' you only want to save your main profile, or you want to keep yo' + 'ur INI settings and copy them to another computer.' Transparent = True WordWrap = True end object Label5: TLabel Left = 40 Top = 288 Width = 167 Height = 13 Caption = 'Select the items you want to KEEP:' Transparent = True end object ListBox: TListBox Left = 40 Top = 304 Width = 273 Height = 65 ExtendedSelect = False ItemHeight = 13 MultiSelect = True TabOrder = 0 OnClick = ListBoxClick end object RemoveBtn: TButton Left = 168 Top = 392 Width = 115 Height = 25 Caption = 'Finish' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 3 OnClick = RemoveBtnClick end object AllBtn: TButton Left = 320 Top = 312 Width = 33 Height = 17 Caption = 'All' TabOrder = 1 OnClick = AllBtnClick end object NoneBtn: TButton Left = 320 Top = 344 Width = 33 Height = 17 Cancel = True Caption = 'None' TabOrder = 2 OnClick = NoneBtnClick end object DeleteAll: TRadioButton Left = 16 Top = 88 Width = 161 Height = 17 Caption = '&Delete all of my settings.' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 4 TabStop = True OnClick = DeleteAllClick end object KeepAll: TRadioButton Left = 16 Top = 152 Width = 153 Height = 17 Caption = '&Keep all of my settings.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 5 OnClick = KeepAllClick end object KeepSome: TRadioButton Left = 16 Top = 216 Width = 169 Height = 17 Caption = 'Keep &some of my settings.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 6 end object CancelBtn: TButton Left = 294 Top = 392 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 7 OnClick = CancelBtnClick end object Panel1: TPanel Left = 0 Top = 0 Width = 377 Height = 81 BevelOuter = bvNone Color = clWhite TabOrder = 8 object Bevel4: TBevel Left = 0 Top = 0 Width = 377 Height = 81 Align = alClient Shape = bsBottomLine end object Label6: TLabel Left = 16 Top = 8 Width = 306 Height = 13 Caption = 'Uninstalling settings, server lists, and personal scripts' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label7: TLabel Left = 64 Top = 32 Width = 292 Height = 41 AutoSize = False Caption = 'Visual IRC previously created some files and/or registry keys to' + ' save your settings. You may choose to keep some of them by sele' + 'cting an option below.' Transparent = True WordWrap = True end object Image1: TImage Left = 16 Top = 32 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end end end